const runtime._Pgcstop

9 uses

	runtime (current package)
		proc.go#L1188: 	_g_.m.p.ptr().status = _Pgcstop // Pgcstop is only diagnostic.
		proc.go#L1193: 		if s == _Psyscall && atomic.Cas(&p.status, s, _Pgcstop) {
		proc.go#L1208: 		p.status = _Pgcstop
		proc.go#L1232: 			if p.status != _Pgcstop {
		proc.go#L2355: 		_p_.status = _Pgcstop
		proc.go#L2472: 	_p_.status = _Pgcstop
		proc.go#L3669: 	if sched.stopwait > 0 && atomic.Cas(&_p_.status, _Psyscall, _Pgcstop) {
		proc.go#L4595: 	pp.status = _Pgcstop
		runtime2.go#L147: 	_Pgcstop